page.scss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. .content{
  2. .referralFaq {
  3. font-family: SWISSC;
  4. background: #fff;
  5. border-radius: .1rem;
  6. min-height: -webkit-calc(100vh - 1.5rem);
  7. min-height: calc(100vh - 1.5rem);
  8. padding: 0 .1rem;
  9. margin: 0 .11rem .46rem;
  10. }
  11. .referralFaq .content {
  12. padding: .14rem 0 .18rem;
  13. }
  14. .referralFaq .content h2 {
  15. font-size: .18rem;
  16. color: #383838;
  17. border-bottom: .01rem solid #bdbdbd;
  18. line-height: .22rem;
  19. }
  20. .referralFaq .content div {
  21. color: grey;
  22. font-size: .14rem;
  23. line-height: .16rem;
  24. margin-top: .05rem;
  25. }
  26. .referralFaq .content .link {
  27. display: -webkit-box;
  28. display: -ms-flexbox;
  29. display: flex;
  30. -webkit-box-orient: vertical;
  31. -webkit-box-direction: normal;
  32. -ms-flex-direction: column;
  33. flex-direction: column;
  34. }
  35. .referralFaq .content .link a {
  36. color: #009d80;
  37. font-size: .14rem;
  38. line-height: .22rem;
  39. cursor: pointer;
  40. }
  41. .imgContent.rowReverse {
  42. -webkit-box-orient: horizontal;
  43. -webkit-box-direction: reverse;
  44. -ms-flex-direction: row-reverse;
  45. flex-direction: row-reverse;
  46. padding-left: 0;
  47. -webkit-box-pack: justify;
  48. -ms-flex-pack: justify;
  49. justify-content: space-between;
  50. }
  51. .imgContent {
  52. display: -webkit-box;
  53. display: -ms-flexbox;
  54. display: flex;
  55. -webkit-box-align: center;
  56. -ms-flex-align: center;
  57. align-items: center;
  58. color: red;
  59. font-size: .15rem;
  60. line-height: .19rem;
  61. padding: .04rem 0 .15rem;
  62. position: relative;
  63. }
  64. .imgContent img {
  65. width: .67rem;
  66. }
  67. .imgContent.rowReverse .slider {
  68. top: .24rem;
  69. right: .76rem;
  70. }
  71. .imgContent .slider {
  72. position: absolute;
  73. width: .6rem;
  74. top: .26rem;
  75. right: .1rem;
  76. }
  77. .van-slider {
  78. position: relative;
  79. width: 100%;
  80. height: 2px;
  81. background-color: #ebedf0;
  82. border-radius: 999px;
  83. cursor: pointer;
  84. }
  85. .van-slider__bar {
  86. position: relative;
  87. width: 100%;
  88. height: 100%;
  89. background-color: #1989fa;
  90. border-radius: inherit;
  91. -webkit-transition: all .2s;
  92. transition: all .2s;
  93. }
  94. .van-slider__button-wrapper, .van-slider__button-wrapper-right {
  95. position: absolute;
  96. top: 50%;
  97. right: 0;
  98. -webkit-transform: translate3d(50%, -50%, 0);
  99. transform: translate3d(50%, -50%, 0);
  100. cursor: grab;
  101. }
  102. .imgContent .slider .img {
  103. background: url('/img/huakuai.png') 50% no-repeat;
  104. height: .16rem;
  105. width: .16rem;
  106. background-size: auto 100%;
  107. }
  108. .groupTitle {
  109. font-size: .14rem;
  110. font-family: SWISSC-BT;
  111. text-align: center;
  112. margin: .04rem 0;
  113. color: #442729;
  114. }
  115. .groupImg {
  116. width: 100%;
  117. margin-bottom: .2rem;
  118. }
  119. ul.rules {
  120. display: list-item;
  121. color: #383838;
  122. font-size: .12rem;
  123. line-height: .14rem;
  124. padding-left: .18rem;
  125. }
  126. ul.rules li {
  127. display: list-item;
  128. list-style: decimal;
  129. margin-top: .12rem;
  130. }
  131. .referralFaq .content div p {
  132. margin: .04rem 0;
  133. }
  134. }